home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / blitzbasic / blitz-list200994.lha / blitz-list / 000568_OTT@microlnk.ml.ee_Fri Sep 16 14:45:22 1994.msg < prev    next >
Internet Message Format  |  1994-09-20  |  2KB

  1. Received: from anubis.kbfi.ee (anubis.kbfi.ee [192.121.251.14]) by kantti.helsinki.fi (8.6.9/8.6.5) with SMTP id QAA14865 for <blitz-list@helsinki.fi>; Thu, 15 Sep 1994 16:04:04 +0300
  2. Received: from microlnk.ml.ee by anubis.kbfi.ee with smtp
  3.     (Smail3.1.28.1 #4) id m0qlGSS-00046zC; Thu, 15 Sep 94 16:02 EETDST
  4. Received: from ML4/SpoolDir by microlnk.ml.ee (Mercury 1.13);
  5.     Thu, 15 Sep 94 16:06:48 +0200
  6. Received: from SpoolDir by ML4 (Mercury 1.13); Thu, 15 Sep 94 16:06:42 +0200
  7. From: "Ott M. Aaloe" <OTT@microlnk.ml.ee>
  8. Organization:  MicroLink Ltd.
  9. To: blitz-list@helsinki.fi
  10. Date:          Thu, 15 Sep 1994 16:06:40 +0300 (EETDST)
  11. Subject:       Stack problems
  12. Priority: normal
  13. X-mailer: Pegasus Mail v3.2 (R0)
  14. Message-ID: <6FD7823B19@microlnk.ml.ee>
  15. MIME-Version: 1.0
  16. Content-Type: text/plain; charset="us-ascii"
  17. Content-Transfer-Encoding: 7bit
  18. Status: RO
  19.  
  20. > I use recursive procedures, and sometimes run out of stack space. I have tried
  21. > upping the System and Data buffer in the Options menu, to no avail. Can
  22. > you tell me if I can solve the problem (at least theoretically)
  23. > by adjusting a buffer? If so - which one?
  24.  
  25. I've had some stack problems too. Strange thing is that I don't use
  26. recursive procedures at all. I just make a str$(x) - variable to 
  27. string and then print it out using RI's FNSPrint. Anyway, if
  28. I call this routine (and it's not procedure or statement - just
  29. gosub) about 100 times then it say out stack. Comments?? Whats wrong??
  30.  
  31.                 O.T.T. (ott@microlnk.ml.ee)
  32.